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.GenericModelPoolHealthcheckVsisItem.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIpv4Address()Gets the ipv4Address.StringgetIpv4CidrBlock()Gets the ipv4CidrBlock.StringgetSubnet()Gets the subnet.StringgetVpc()Gets the vpc.
 
- 
- 
- 
Method Detail- 
getSubnetpublic String getSubnet() Gets the subnet. Health check VSI subnet CRN.- Returns:
- the subnet
 
 - 
getIpv4Addresspublic String getIpv4Address() Gets the ipv4Address. healthcheck VSI ip address.- Returns:
- the ipv4Address
 
 - 
getIpv4CidrBlockpublic String getIpv4CidrBlock() Gets the ipv4CidrBlock. ipv4 cidr block.- Returns:
- the ipv4CidrBlock
 
 - 
getVpcpublic String getVpc() Gets the vpc. vpc crn.- Returns:
- the vpc
 
 
- 
 
-