Resource: SACAttachment
Represents a Secure Access Connect (SAC) attachment resource.
A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "sacRealm": string, "nccGateway": string, "country": string, "timeZone": string, "symantecOptions": { object ( |
Fields | |
---|---|
name |
Identifier. Resource name, in the form |
createTime |
Output only. Timestamp when the attachment was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Timestamp when the attachment was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Optional list of labels applied to the resource. An object containing a list of |
sacRealm |
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 |
nccGateway |
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 |
country |
Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments. |
timeZone |
Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments. |
symantecOptions |
Optional. Configuration required for Symantec attachments. |
state |
Output only. State of the attachment. |
SACAttachmentSymantecOptions
Fields specific to attachments associated with Symantec Cloud SWG.
JSON representation |
---|
{ "symantecSite": string, "symantecLocationName": string } |
Fields | |
---|---|
symantecSite |
Immutable. Symantec data center identifier that this attachment will connect to. |
symantecLocationName |
Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations. |
State
State of the attachment.
Enums | |
---|---|
STATE_UNSPECIFIED |
No state specified. This should not be used. |
PENDING_PARTNER_ATTACHMENT |
Has never been attached to a partner. |
PARTNER_ATTACHED |
Currently attached to a partner. |
PARTNER_DETACHED |
Was once attached to a partner but has been detached. |
Methods |
|
---|---|
|
Creates a new SACAttachment in a given project and location. |
|
Deletes the specified attachment. |
|
Returns the specified attachment. |
|
Lists SACAttachments in a given project and location. |