Network Security v1 API - Class FirewallEndpoint.Types.AssociationReference (1.0.0-beta01)

public sealed class FirewallEndpoint.Types.AssociationReference : IMessage<FirewallEndpoint.Types.AssociationReference>, IEquatable<FirewallEndpoint.Types.AssociationReference>, IDeepCloneable<FirewallEndpoint.Types.AssociationReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class FirewallEndpoint.Types.AssociationReference.

This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.

Inheritance

object > FirewallEndpoint.Types.AssociationReference

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

AssociationReference()

public AssociationReference()

AssociationReference(AssociationReference)

public AssociationReference(FirewallEndpoint.Types.AssociationReference other)
Parameter
Name Description
other FirewallEndpointTypesAssociationReference

Properties

FirewallEndpointAssociationName

public FirewallEndpointAssociationName FirewallEndpointAssociationName { get; set; }

FirewallEndpointAssociationName-typed view over the Name resource name property.

Property Value
Type Description
FirewallEndpointAssociationName

Name

public string Name { get; set; }

Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}

Property Value
Type Description
string

Network

public string Network { get; set; }

Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.

Property Value
Type Description
string

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
Type Description
NetworkName