Class TrunkedNetworkAttachmentConfigurationResponse
- java.lang.Object
-
- com.pulumi.azurenative.networkcloud.outputs.TrunkedNetworkAttachmentConfigurationResponse
-
public final class TrunkedNetworkAttachmentConfigurationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrunkedNetworkAttachmentConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrunkedNetworkAttachmentConfigurationResponse.Builder
builder()
static TrunkedNetworkAttachmentConfigurationResponse.Builder
builder(TrunkedNetworkAttachmentConfigurationResponse 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 TrunkedNetworkAttachmentConfigurationResponse.Builder builder()
-
builder
public static TrunkedNetworkAttachmentConfigurationResponse.Builder builder(TrunkedNetworkAttachmentConfigurationResponse defaults)
-
-