public sealed class FirewallEndpoint.Types.AssociationReference : IMessage<FirewallEndpoint.Types.AssociationReference>, IEquatable<FirewallEndpoint.Types.AssociationReference>, IDeepCloneable<FirewallEndpoint.Types.AssociationReference>, IBufferMessage, IMessageReference 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.
Implements
IMessageFirewallEndpointTypesAssociationReference, IEquatableFirewallEndpointTypesAssociationReference, IDeepCloneableFirewallEndpointTypesAssociationReference, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
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 |
|