Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::FirewallEndpointAssociation.
Message describing Association object
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time stamp
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether the association is disabled. True indicates that traffic won't be intercepted
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether the association is disabled. True indicates that traffic won't be intercepted
Returns
- (::Boolean) — Optional. Whether the association is disabled. True indicates that traffic won't be intercepted
#firewall_endpoint
def firewall_endpoint() -> ::String
Returns
- (::String) — Required. The URL of the FirewallEndpoint that is being associated.
#firewall_endpoint=
def firewall_endpoint=(value) -> ::String
Parameter
- value (::String) — Required. The URL of the FirewallEndpoint that is being associated.
Returns
- (::String) — Required. The URL of the FirewallEndpoint that is being associated.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels as key value pairs
#name
def name() -> ::String
Returns
- (::String) — Immutable. Identifier. name of resource
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Immutable. Identifier. name of resource
Returns
- (::String) — Immutable. Identifier. name of resource
#network
def network() -> ::String
Returns
- (::String) — Required. The URL of the network that is being associated.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Required. The URL of the network that is being associated.
Returns
- (::String) — Required. The URL of the network that is being associated.
#reconciling
def reconciling() -> ::Boolean
Returns
- (::Boolean) — Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
#state
def state() -> ::Google::Cloud::NetworkSecurity::V1::FirewallEndpointAssociation::State
Returns
- (::Google::Cloud::NetworkSecurity::V1::FirewallEndpointAssociation::State) — Output only. Current state of the association.
#tls_inspection_policy
def tls_inspection_policy() -> ::String
Returns
- (::String) — Optional. The URL of the TlsInspectionPolicy that is being associated.
#tls_inspection_policy=
def tls_inspection_policy=(value) -> ::String
Parameter
- value (::String) — Optional. The URL of the TlsInspectionPolicy that is being associated.
Returns
- (::String) — Optional. The URL of the TlsInspectionPolicy that is being associated.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Update time stamp