Class L2NetworkAttachmentConfigurationResponse
- java.lang.Object
-
- com.pulumi.azurenative.networkcloud.outputs.L2NetworkAttachmentConfigurationResponse
-
public final class L2NetworkAttachmentConfigurationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
L2NetworkAttachmentConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static L2NetworkAttachmentConfigurationResponse.Builder
builder()
static L2NetworkAttachmentConfigurationResponse.Builder
builder(L2NetworkAttachmentConfigurationResponse defaults)
java.lang.String
networkId()
java.util.Optional<java.lang.String>
pluginType()
-
-
-
Method Detail
-
networkId
public java.lang.String networkId()
- Returns:
- The resource ID of the network that is being configured for attachment.
-
pluginType
public java.util.Optional<java.lang.String> pluginType()
- Returns:
- The indicator of how this network will be utilized by the Kubernetes cluster.
-
builder
public static L2NetworkAttachmentConfigurationResponse.Builder builder()
-
builder
public static L2NetworkAttachmentConfigurationResponse.Builder builder(L2NetworkAttachmentConfigurationResponse defaults)
-
-