Show / Hide Table of Contents

Class SACAttachmentSACAttachmentSymantecOptions

Fields specific to attachments associated with Symantec Cloud SWG.

Inheritance
object
SACAttachmentSACAttachmentSymantecOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class SACAttachmentSACAttachmentSymantecOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("symantecLocationName")]
public virtual string SymantecLocationName { get; set; }
Property Value
Type Description
string

SymantecSite

Immutable. Symantec data center identifier that this attachment will connect to.

Declaration
[JsonProperty("symantecSite")]
public virtual string SymantecSite { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX