Class PermittedNetwork
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.dns_svcs.v1.model.PermittedNetwork
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PermittedNetwork extends com.ibm.cloud.sdk.core.service.model.GenericModel
Permitted network details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PermittedNetwork.State
The state of a permitted network.static interface
PermittedNetwork.Type
The type of a permitted network.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedOn()
Gets the createdOn.String
getId()
Gets the id.String
getLinkedZoneId()
Gets the linkedZoneId.Date
getModifiedOn()
Gets the modifiedOn.PermittedNetworkVpc
getPermittedNetwork()
Gets the permittedNetwork.String
getState()
Gets the state.String
getType()
Gets the type.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. Unique identifier of a permitted network.- Returns:
- the id
-
getCreatedOn
public Date getCreatedOn()
Gets the createdOn. The time when a permitted network is created.- Returns:
- the createdOn
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. The recent time when a permitted network is modified.- Returns:
- the modifiedOn
-
getPermittedNetwork
public PermittedNetworkVpc getPermittedNetwork()
Gets the permittedNetwork. Permitted network data for VPC.- Returns:
- the permittedNetwork
-
getType
public String getType()
Gets the type. The type of a permitted network.- Returns:
- the type
-
getState
public String getState()
Gets the state. The state of a permitted network.- Returns:
- the state
-
getLinkedZoneId
public String getLinkedZoneId()
Gets the linkedZoneId. Unique identifier of a linked zone through which the permitted network was added.- Returns:
- the linkedZoneId
-
-