### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.management.containerinstance.IpAddress.IpAddress() name: IpAddress() nameWithType: IpAddress.IpAddress() summary:

Creates an instance of IpAddress class.

syntax: public IpAddress() uid: com.microsoft.azure.management.containerinstance.IpAddress.IpAddress() inheritances: - methods: - fullName: com.microsoft.azure.management.containerinstance.IpAddress.ip() name: ip() nameWithType: IpAddress.ip() returns: description:

the ip value

type: summary: >-

Get the ip value.

syntax: public String ip() uid: com.microsoft.azure.management.containerinstance.IpAddress.ip() - fullName: com.microsoft.azure.management.containerinstance.IpAddress.ports() name: ports() nameWithType: IpAddress.ports() returns: description:

the ports value

type: List<> summary: >-

Get the ports value.

syntax: public List ports() uid: com.microsoft.azure.management.containerinstance.IpAddress.ports() - fullName: com.microsoft.azure.management.containerinstance.IpAddress.type() name: type() nameWithType: IpAddress.type() returns: description:

the type value

type: summary: >-

Get the type value.

syntax: public String type() uid: com.microsoft.azure.management.containerinstance.IpAddress.type() - fullName: com.microsoft.azure.management.containerinstance.IpAddress.withIp(String ip) name: withIp(String ip) nameWithType: IpAddress.withIp(String ip) parameters: - description:

the ip value to set

name: ip type: returns: description:

the IpAddress object itself.

type: summary: >-

Set the ip value.

syntax: public IpAddress withIp(String ip) uid: com.microsoft.azure.management.containerinstance.IpAddress.withIp(String) - fullName: com.microsoft.azure.management.containerinstance.IpAddress.withPorts(List ports) name: withPorts(List ports) nameWithType: IpAddress.withPorts(List ports) parameters: - description:

the ports value to set

name: ports type: List<> returns: description:

the IpAddress object itself.

type: summary: >-

Set the ports value.

syntax: public IpAddress withPorts(List ports) uid: com.microsoft.azure.management.containerinstance.IpAddress.withPorts(List) - fullName: com.microsoft.azure.management.containerinstance.IpAddress.withType(String type) name: withType(String type) nameWithType: IpAddress.withType(String type) parameters: - description:

the type value to set

name: type type: returns: description:

the IpAddress object itself.

type: summary: >-

Set the type value.

syntax: public IpAddress withType(String type) uid: com.microsoft.azure.management.containerinstance.IpAddress.withType(String) nameWithType: IpAddress syntax: public class IpAddress type: class uid: com.microsoft.azure.management.containerinstance.IpAddress fullName: com.microsoft.azure.management.containerinstance.IpAddress name: IpAddress package: com.microsoft.azure.management.containerinstance summary:

IP address for the group.

metadata: {}