HasPublicIpAddress Interface

public interface HasPublicIpAddress

An interface representing a model's ability to reference a public IP address.

Method Summary

Modifier and Type Method and Description
abstract PublicIpAddress getPublicIpAddress()

Gets the associated public IP address.

abstract Mono<PublicIpAddress> getPublicIpAddressAsync()

Gets the associated public IP address.

abstract String publicIpAddressId()

Gets the resource ID of the associated public IP address.

Method Details

getPublicIpAddress

public abstract PublicIpAddress getPublicIpAddress()

Gets the associated public IP address.

Returns:

the associated public IP address

getPublicIpAddressAsync

public abstract Mono getPublicIpAddressAsync()

Gets the associated public IP address.

Returns:

the associated public IP address

publicIpAddressId

public abstract String publicIpAddressId()

Gets the resource ID of the associated public IP address.

Returns:

the resource ID of the associated public IP address

Applies to