public sealed class SACAttachment : IMessage<SACAttachment>, IEquatable<SACAttachment>, IDeepCloneable<SACAttachment>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API 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.
Implements
IMessageSACAttachment, IEquatableSACAttachment, IDeepCloneableSACAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
SACAttachment()
public SACAttachment()SACAttachment(SACAttachment)
public SACAttachment(SACAttachment other)| Parameter | |
|---|---|
| Name | Description |
other |
SACAttachment |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when the attachment was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Labels
public MapField<string, string> Labels { get; }Optional. Optional list of labels applied to the resource.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. Resource name, in the form
projects/{project}/locations/{location}/sacAttachments/{sac_attachment}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NccGateway
public string NccGateway { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SACAttachmentName
public SACAttachmentName SACAttachmentName { get; set; }SACAttachmentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SACAttachmentName |
|
SacRealm
public string SacRealm { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public SACAttachment.Types.State State { get; set; }Output only. State of the attachment.
| Property Value | |
|---|---|
| Type | Description |
SACAttachmentTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Timestamp when the attachment was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|