Class ComputeInstanceConnectivityEndpoints


  • public final class ComputeInstanceConnectivityEndpoints
    extends Object
    Defines all connectivity endpoints and properties for an ComputeInstance.
    • Constructor Detail

      • ComputeInstanceConnectivityEndpoints

        public ComputeInstanceConnectivityEndpoints()
    • Method Detail

      • publicIpAddress

        public String publicIpAddress()
        Get the publicIpAddress property: Public IP Address of this ComputeInstance.
        Returns:
        the publicIpAddress value.
      • privateIpAddress

        public String privateIpAddress()
        Get the privateIpAddress property: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
        Returns:
        the privateIpAddress value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.