Class ContainerNetworkInterfaceResponse
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ContainerNetworkInterfaceResponse
-
public final class ContainerNetworkInterfaceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContainerNetworkInterfaceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerNetworkInterfaceResponse.Builder
builder()
static ContainerNetworkInterfaceResponse.Builder
builder(ContainerNetworkInterfaceResponse defaults)
java.util.Optional<ContainerResponse>
container()
ContainerNetworkInterfaceConfigurationResponse
containerNetworkInterfaceConfiguration()
java.lang.String
etag()
java.util.Optional<java.lang.String>
id()
java.util.List<ContainerNetworkInterfaceIpConfigurationResponse>
ipConfigurations()
java.util.Optional<java.lang.String>
name()
java.lang.String
provisioningState()
java.lang.String
type()
-
-
-
Method Detail
-
container
public java.util.Optional<ContainerResponse> container()
- Returns:
- Reference to the container to which this container network interface is attached.
-
containerNetworkInterfaceConfiguration
public ContainerNetworkInterfaceConfigurationResponse containerNetworkInterfaceConfiguration()
- Returns:
- Container network interface configuration from which this container network interface is created.
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- Resource ID.
-
ipConfigurations
public java.util.List<ContainerNetworkInterfaceIpConfigurationResponse> ipConfigurations()
- Returns:
- Reference to the ip configuration on this container nic.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The name of the resource. This name can be used to access the resource.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the container network interface resource.
-
type
public java.lang.String type()
- Returns:
- Sub Resource type.
-
builder
public static ContainerNetworkInterfaceResponse.Builder builder()
-
builder
public static ContainerNetworkInterfaceResponse.Builder builder(ContainerNetworkInterfaceResponse defaults)
-
-