共用方式為


PublicIpPrefix Interface

Implements

public interface PublicIpPrefix
extends GroupableResource<NetworkManager,PublicIpPrefixInner>, Refreshable<PublicIpPrefix>, Updatable<Update>, UpdatableWithTags<PublicIpPrefix>

Type representing PublicIpPrefix.

Method Summary

Modifier and Type Method and Description
abstract Set<AvailabilityZoneId> availabilityZones()

Gets the availability zones assigned to the public IP prefix.

abstract String ipPrefix()

Gets the IP prefix value.

abstract List<IpTag> ipTags()

Gets the IP tags value.

abstract SubResource loadBalancerFrontendIpConfiguration()

Gets the load balancer frontend IP configuration.

abstract Integer prefixLength()

Gets the prefix length.

abstract ProvisioningState provisioningState()

Gets the provisioning state.

abstract IpVersion publicIpAddressVersion()

Gets the public IP address version.

abstract List<ReferencedPublicIpAddress> publicIpAddresses()

Gets the public IP addresses.

abstract String resourceGuid()

Gets the resource GUID.

abstract PublicIpPrefixSku sku()

Gets the SKU.

Method Details

availabilityZones

public abstract Set availabilityZones()

Gets the availability zones assigned to the public IP prefix.

Returns:

the availability zones assigned to the public Ip prefix

ipPrefix

public abstract String ipPrefix()

Gets the IP prefix value.

Returns:

the ipPrefix value.

ipTags

public abstract List ipTags()

Gets the IP tags value.

Returns:

the ipTags value.

loadBalancerFrontendIpConfiguration

public abstract SubResource loadBalancerFrontendIpConfiguration()

Gets the load balancer frontend IP configuration.

Returns:

the loadBalancerFrontendIpConfiguration value.

prefixLength

public abstract Integer prefixLength()

Gets the prefix length.

Returns:

the prefixLength value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioning state.

Returns:

the provisioningState value.

publicIpAddressVersion

public abstract IpVersion publicIpAddressVersion()

Gets the public IP address version.

Returns:

the publicIpAddressVersion value.

publicIpAddresses

public abstract List publicIpAddresses()

Gets the public IP addresses.

Returns:

the publicIpAddresses value.

resourceGuid

public abstract String resourceGuid()

Gets the resource GUID.

Returns:

the resourceGuid value.

sku

public abstract PublicIpPrefixSku sku()

Gets the SKU.

Returns:

the sku value.

Applies to