Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::GkeNetworkPolicyInfo.
For display only. Metadata associated with a GKE Network Policy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::String
Returns
- (::String) — Possible values: ALLOW, DENY
#action=
def action=(value) -> ::String
Parameter
- value (::String) — Possible values: ALLOW, DENY
Returns
- (::String) — Possible values: ALLOW, DENY
#direction
def direction() -> ::String
Returns
- (::String) — Possible values: INGRESS, EGRESS
#direction=
def direction=(value) -> ::String
Parameter
- value (::String) — Possible values: INGRESS, EGRESS
Returns
- (::String) — Possible values: INGRESS, EGRESS
#display_name
def display_name() -> ::String
Returns
- (::String) — The name of the Network Policy.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The name of the Network Policy.
Returns
- (::String) — The name of the Network Policy.
#uri
def uri() -> ::String
Returns
-
(::String) — The URI of the Network Policy.
Format for a Network Policy in a zonal cluster:
projects/<project_id>/zones/<zone>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>Format for a Network Policy in a regional cluster:projects/<project_id>/locations/<location>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — The URI of the Network Policy.
Format for a Network Policy in a zonal cluster:
projects/<project_id>/zones/<zone>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>Format for a Network Policy in a regional cluster:projects/<project_id>/locations/<location>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>
Returns
-
(::String) — The URI of the Network Policy.
Format for a Network Policy in a zonal cluster:
projects/<project_id>/zones/<zone>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>Format for a Network Policy in a regional cluster:projects/<project_id>/locations/<location>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>