Class IpAddress
java.lang.Object
com.microsoft.azure.management.containerinstance.IpAddress
IP address for the container group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the Dns name label for the IP.fqdn()
Get the FQDN for the IP.ip()
Get the IP exposed to the public internet.ports()
Get the list of ports exposed on the container group.type()
Get specifies if the IP is exposed to the public internet or private VNET.withDnsNameLabel
(String dnsNameLabel) Set the Dns name label for the IP.Set the IP exposed to the public internet.Set the list of ports exposed on the container group.Set specifies if the IP is exposed to the public internet or private VNET.
-
Constructor Details
-
IpAddress
public IpAddress()
-
-
Method Details
-
ports
Get the list of ports exposed on the container group.- Returns:
- the ports value
-
withPorts
Set the list of ports exposed on the container group.- Parameters:
ports
- the ports value to set- Returns:
- the IpAddress object itself.
-
type
Get specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'.- Returns:
- the type value
-
withType
Set specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'.- Parameters:
type
- the type value to set- Returns:
- the IpAddress object itself.
-
ip
Get the IP exposed to the public internet.- Returns:
- the ip value
-
withIp
Set the IP exposed to the public internet.- Parameters:
ip
- the ip value to set- Returns:
- the IpAddress object itself.
-
dnsNameLabel
Get the Dns name label for the IP.- Returns:
- the dnsNameLabel value
-
withDnsNameLabel
Set the Dns name label for the IP.- Parameters:
dnsNameLabel
- the dnsNameLabel value to set- Returns:
- the IpAddress object itself.
-
fqdn
Get the FQDN for the IP.- Returns:
- the fqdn value
-