Class PrivateEndpointResponse
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.PrivateEndpointResponse
-
public final class PrivateEndpointResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrivateEndpointResponse.Builder
-
Method Summary
-
-
-
Method Detail
-
applicationSecurityGroups
public java.util.List<ApplicationSecurityGroupResponse> applicationSecurityGroups()
- Returns:
- Application security groups in which the private endpoint IP configuration is included.
-
customDnsConfigs
public java.util.List<CustomDnsConfigPropertiesFormatResponse> customDnsConfigs()
- Returns:
- An array of custom dns configurations.
-
customNetworkInterfaceName
public java.util.Optional<java.lang.String> customNetworkInterfaceName()
- Returns:
- The custom name of the network interface attached to the private endpoint.
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
extendedLocation
public java.util.Optional<ExtendedLocationResponse> extendedLocation()
- Returns:
- The extended location of the load balancer.
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- Resource ID.
-
ipConfigurations
public java.util.List<PrivateEndpointIPConfigurationResponse> ipConfigurations()
- Returns:
- A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- Resource location.
-
manualPrivateLinkServiceConnections
public java.util.List<PrivateLinkServiceConnectionResponse> manualPrivateLinkServiceConnections()
- Returns:
- A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
networkInterfaces
public java.util.List<NetworkInterfaceResponse> networkInterfaces()
- Returns:
- An array of references to the network interfaces created for this private endpoint.
-
privateLinkServiceConnections
public java.util.List<PrivateLinkServiceConnectionResponse> privateLinkServiceConnections()
- Returns:
- A grouping of information about the connection to the remote resource.
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the private endpoint resource.
-
subnet
public java.util.Optional<SubnetResponse> subnet()
- Returns:
- The ID of the subnet from which the private IP will be allocated.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
builder
public static PrivateEndpointResponse.Builder builder()
-
builder
public static PrivateEndpointResponse.Builder builder(PrivateEndpointResponse defaults)
-
-