Reference documentation and code samples for the Google Cloud Network Security V1 Client class SACAttachment.
Represents a Secure Access Connect (SAC) attachment resource.
A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
Generated from protobuf message google.cloud.networksecurity.v1.SACAttachment
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Resource name, in the form projects/{project}/locations/{location}/sacAttachments/{sac_attachment}
.
↳ create_time
↳ update_time
↳ labels
↳ sac_realm
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}
.
↳ ncc_gateway
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}
.
↳ state
int
Output only. State of the attachment.
getName
Identifier. Resource name, in the form projects/{project}/locations/{location}/sacAttachments/{sac_attachment}
.
string
setName
Identifier. Resource name, in the form projects/{project}/locations/{location}/sacAttachments/{sac_attachment}
.
var
string
$this
getCreateTime
Output only. Timestamp when the attachment was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the attachment was created.
$this
getUpdateTime
Output only. Timestamp when the attachment was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp when the attachment was last updated.
$this
getLabels
Optional. Optional list of labels applied to the resource.
setLabels
Optional. Optional list of labels applied to the resource.
$this
getSacRealm
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}
.
string
setSacRealm
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}
.
var
string
$this
getNccGateway
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}
.
string
setNccGateway
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}
.
var
string
$this
getState
Output only. State of the attachment.
setState
Output only. State of the attachment.
$this

