Class ControlPlaneEndpointProfileResponseControlPlaneEndpoint
- java.lang.Object
-
- com.pulumi.azurenative.hybridcontainerservice.outputs.ControlPlaneEndpointProfileResponseControlPlaneEndpoint
-
public final class ControlPlaneEndpointProfileResponseControlPlaneEndpoint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ControlPlaneEndpointProfileResponseControlPlaneEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlPlaneEndpointProfileResponseControlPlaneEndpoint.Builder
builder()
static ControlPlaneEndpointProfileResponseControlPlaneEndpoint.Builder
builder(ControlPlaneEndpointProfileResponseControlPlaneEndpoint defaults)
java.util.Optional<java.lang.String>
hostIP()
java.util.Optional<java.lang.String>
port()
-
-
-
Method Detail
-
hostIP
public java.util.Optional<java.lang.String> hostIP()
- Returns:
- Host IP address for API server
-
port
public java.util.Optional<java.lang.String> port()
- Returns:
- Port for the API server
-
builder
public static ControlPlaneEndpointProfileResponseControlPlaneEndpoint.Builder builder()
-
builder
public static ControlPlaneEndpointProfileResponseControlPlaneEndpoint.Builder builder(ControlPlaneEndpointProfileResponseControlPlaneEndpoint defaults)
-
-