Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::SACAttachment.
Represents a Secure Access Connect (SAC) attachment resource.
A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
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. Timestamp when the attachment was created.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Optional list of labels applied to the resource.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. Resource name, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. Resource name, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
Returns
-
(::String) — Identifier. Resource name, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
#ncc_gateway
def ncc_gateway() -> ::String
Returns
-
(::String) — Required. NCC Gateway associated with the attachment. This can be input as
an ID or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/spokes/{ncc_gateway}.
#ncc_gateway=
def ncc_gateway=(value) -> ::String
Parameter
-
value (::String) — Required. NCC Gateway associated with the attachment. This can be input as
an ID or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/spokes/{ncc_gateway}.
Returns
-
(::String) — Required. NCC Gateway associated with the attachment. This can be input as
an ID or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/spokes/{ncc_gateway}.
#sac_realm
def sac_realm() -> ::String
Returns
-
(::String) — Required. SAC Realm which owns the attachment. This can be input as an ID
or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/sacRealms/{sac_realm}.
#sac_realm=
def sac_realm=(value) -> ::String
Parameter
-
value (::String) — Required. SAC Realm which owns the attachment. This can be input as an ID
or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/sacRealms/{sac_realm}.
Returns
-
(::String) — Required. SAC Realm which owns the attachment. This can be input as an ID
or a full resource name. The output always has the form
projects/{project_number}/locations/{location}/sacRealms/{sac_realm}.
#state
def state() -> ::Google::Cloud::NetworkSecurity::V1::SACAttachment::State
Returns
- (::Google::Cloud::NetworkSecurity::V1::SACAttachment::State) — Output only. State of the attachment.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the attachment was last updated.