Package com.ibm.cloud.is.vpc.v1.model
Class VPNGateway
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPNGateway
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
VPNGatewayPolicyMode
,VPNGatewayRouteMode
public class VPNGateway extends com.ibm.cloud.sdk.core.service.model.GenericModel
VPNGateway. Classes which extend this class: - VPNGatewayRouteMode - VPNGatewayPolicyMode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VPNGateway.HealthState
The health of this resource: - `ok`: No abnormal behavior detected - `degraded`: Experiencing compromised performance, capacity, or connectivity - `faulted`: Completely unreachable, inoperative, or otherwise entirely incapacitated - `inapplicable`: The health state does not apply because of the current lifecycle state.static interface
VPNGateway.LifecycleState
The lifecycle state of the VPN gateway.static interface
VPNGateway.Mode
Route mode VPN gateway.static interface
VPNGateway.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<VPNGatewayConnectionReference>
getConnections()
Gets the connections.Date
getCreatedAt()
Gets the createdAt.String
getCrn()
Gets the crn.List<VPNGatewayHealthReason>
getHealthReasons()
Gets the healthReasons.String
getHealthState()
Gets the healthState.String
getHref()
Gets the href.String
getId()
Gets the id.List<VPNGatewayLifecycleReason>
getLifecycleReasons()
Gets the lifecycleReasons.String
getLifecycleState()
Gets the lifecycleState.List<VPNGatewayMember>
getMembers()
Gets the members.String
getMode()
Gets the mode.String
getName()
Gets the name.ResourceGroupReference
getResourceGroup()
Gets the resourceGroup.String
getResourceType()
Gets the resourceType.SubnetReference
getSubnet()
Gets the subnet.VPCReference
getVpc()
Gets the vpc.
-
-
-
Method Detail
-
getConnections
public List<VPNGatewayConnectionReference> getConnections()
Gets the connections. Connections for this VPN gateway.- Returns:
- the connections
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that this VPN gateway was created.- Returns:
- the createdAt
-
getCrn
public String getCrn()
Gets the crn. The CRN for this VPN gateway.- Returns:
- the crn
-
getHealthReasons
public List<VPNGatewayHealthReason> getHealthReasons()
Gets the healthReasons. The reasons for the current `health_state` (if any).- Returns:
- the healthReasons
-
getHealthState
public String getHealthState()
Gets the healthState. The health of this resource: - `ok`: No abnormal behavior detected - `degraded`: Experiencing compromised performance, capacity, or connectivity - `faulted`: Completely unreachable, inoperative, or otherwise entirely incapacitated - `inapplicable`: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of `failed` or `deleting` will have a health state of `inapplicable`. A `pending` resource may also have this state.- Returns:
- the healthState
-
getHref
public String getHref()
Gets the href. The URL for this VPN gateway.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this VPN gateway.- Returns:
- the id
-
getLifecycleReasons
public List<VPNGatewayLifecycleReason> getLifecycleReasons()
Gets the lifecycleReasons. The reasons for the current `lifecycle_state` (if any).- Returns:
- the lifecycleReasons
-
getLifecycleState
public String getLifecycleState()
Gets the lifecycleState. The lifecycle state of the VPN gateway.- Returns:
- the lifecycleState
-
getMembers
public List<VPNGatewayMember> getMembers()
Gets the members. The members for the VPN gateway.- Returns:
- the members
-
getName
public String getName()
Gets the name. The name for this VPN gateway. The name is unique across all VPN gateways in the VPC.- Returns:
- the name
-
getResourceGroup
public ResourceGroupReference getResourceGroup()
Gets the resourceGroup. The resource group for this VPN gateway.- Returns:
- the resourceGroup
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
getSubnet
public SubnetReference getSubnet()
Gets the subnet.- Returns:
- the subnet
-
getVpc
public VPCReference getVpc()
Gets the vpc. The VPC this VPN gateway resides in.- Returns:
- the vpc
-
getMode
public String getMode()
Gets the mode. Route mode VPN gateway.- Returns:
- the mode
-
-