Class PeeringPropertiesDirectResponse
- java.lang.Object
-
- com.pulumi.azurenative.peering.outputs.PeeringPropertiesDirectResponse
-
public final class PeeringPropertiesDirectResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PeeringPropertiesDirectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PeeringPropertiesDirectResponse.Builder
builder()
static PeeringPropertiesDirectResponse.Builder
builder(PeeringPropertiesDirectResponse defaults)
java.util.List<DirectConnectionResponse>
connections()
java.util.Optional<java.lang.String>
directPeeringType()
java.util.Optional<SubResourceResponse>
peerAsn()
java.lang.Boolean
useForPeeringService()
-
-
-
Method Detail
-
connections
public java.util.List<DirectConnectionResponse> connections()
- Returns:
- The set of connections that constitute a direct peering.
-
directPeeringType
public java.util.Optional<java.lang.String> directPeeringType()
- Returns:
- The type of direct peering.
-
peerAsn
public java.util.Optional<SubResourceResponse> peerAsn()
- Returns:
- The reference of the peer ASN.
-
useForPeeringService
public java.lang.Boolean useForPeeringService()
- Returns:
- The flag that indicates whether or not the peering is used for peering service.
-
builder
public static PeeringPropertiesDirectResponse.Builder builder()
-
builder
public static PeeringPropertiesDirectResponse.Builder builder(PeeringPropertiesDirectResponse defaults)
-
-