Class GatewayVirtualConnection
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayVirtualConnection
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GatewayVirtualConnection extends com.ibm.cloud.sdk.core.service.model.GenericModelVirtual connection.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceGatewayVirtualConnection.StatusStatus of the virtual connection.static interfaceGatewayVirtualConnection.TypeVirtual connection type.
 - 
Constructor SummaryConstructors Constructor Description GatewayVirtualConnection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.StringgetId()Gets the id.StringgetName()Gets the name.StringgetNetworkAccount()Gets the networkAccount.StringgetNetworkId()Gets the networkId.StringgetStatus()Gets the status.StringgetType()Gets the type.
 
- 
- 
- 
Method Detail- 
getCreatedAtpublic Date getCreatedAt() Gets the createdAt. The date and time resource was created.- Returns:
- the createdAt
 
 - 
getIdpublic String getId() Gets the id. The unique identifier for this virtual connection.- Returns:
- the id
 
 - 
getNamepublic String getName() Gets the name. The user-defined name for this virtual connection. Virtual connection names are unique within a gateway. This is the name of the virtual connection itself, the network being connected may have its own name attribute.- Returns:
- the name
 
 - 
getNetworkAccountpublic String getNetworkAccount() Gets the networkAccount. For virtual connections across two different IBM Cloud Accounts network_account indicates the account that owns the target network.- Returns:
- the networkAccount
 
 - 
getNetworkIdpublic String getNetworkId() Gets the networkId. Unique identifier of the target network. For type=vpc virtual connections this is the CRN of the target VPC. This field does not apply to type=classic connections.- Returns:
- the networkId
 
 - 
getStatuspublic String getStatus() Gets the status. Status of the virtual connection. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.- Returns:
- the status
 
 - 
getTypepublic String getType() Gets the type. Virtual connection type. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.- Returns:
- the type
 
 
- 
 
-