Class PoolHealthcheckVsisItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.PoolHealthcheckVsisItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PoolHealthcheckVsisItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
PoolHealthcheckVsisItem.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIpv4Address()
Gets the ipv4Address.String
getIpv4CidrBlock()
Gets the ipv4CidrBlock.String
getSubnet()
Gets the subnet.String
getVpc()
Gets the vpc.
-
-
-
Method Detail
-
getSubnet
public String getSubnet()
Gets the subnet. Health check VSI subnet CRN.- Returns:
- the subnet
-
getIpv4Address
public String getIpv4Address()
Gets the ipv4Address. healthcheck VSI ip address.- Returns:
- the ipv4Address
-
getIpv4CidrBlock
public String getIpv4CidrBlock()
Gets the ipv4CidrBlock. ipv4 cidr block.- Returns:
- the ipv4CidrBlock
-
getVpc
public String getVpc()
Gets the vpc. vpc crn.- Returns:
- the vpc
-
-