Package com.ibm.cloud.is.vpc.v1.model
Class VPCCSESourceIP
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPCCSESourceIP
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPCCSESourceIP extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPCCSESourceIP.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IP
getIp()
Gets the ip.ZoneReference
getZone()
Gets the zone.
-
-
-
Method Detail
-
getIp
public IP getIp()
Gets the ip. The cloud service endpoint source IP address for this zone.- Returns:
- the ip
-
getZone
public ZoneReference getZone()
Gets the zone. The zone this cloud service endpoint source IP resides in.- Returns:
- the zone
-
-