Interface AgentGateway.NetworkConfigOrBuilder (0.50.0)

public static interface AgentGateway.NetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDnsPeeringConfig()

public abstract AgentGateway.NetworkConfig.DnsPeeringConfig getDnsPeeringConfig()

Optional. Optional DNS peering configuration for connectivity to your private VPC network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.DnsPeeringConfig dns_peering_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.NetworkConfig.DnsPeeringConfig

The dnsPeeringConfig.

getDnsPeeringConfigOrBuilder()

public abstract AgentGateway.NetworkConfig.DnsPeeringConfigOrBuilder getDnsPeeringConfigOrBuilder()

Optional. Optional DNS peering configuration for connectivity to your private VPC network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.DnsPeeringConfig dns_peering_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.NetworkConfig.DnsPeeringConfigOrBuilder

getEgress()

public abstract AgentGateway.NetworkConfig.Egress getEgress()

Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress egress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.NetworkConfig.Egress

The egress.

getEgressOrBuilder()

public abstract AgentGateway.NetworkConfig.EgressOrBuilder getEgressOrBuilder()

Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress egress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentGateway.NetworkConfig.EgressOrBuilder

hasDnsPeeringConfig()

public abstract boolean hasDnsPeeringConfig()

Optional. Optional DNS peering configuration for connectivity to your private VPC network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.DnsPeeringConfig dns_peering_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dnsPeeringConfig field is set.

hasEgress()

public abstract boolean hasEgress()

Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.

.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress egress = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the egress field is set.