Package com.ibm.cloud.is.vpc.v1.model
Class ShareAccessorBinding
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ShareAccessorBinding
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ShareAccessorBinding extends com.ibm.cloud.sdk.core.service.model.GenericModel
ShareAccessorBinding.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ShareAccessorBinding.LifecycleState
The lifecycle state of the file share accessor binding.static interface
ShareAccessorBinding.ResourceType
The resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShareAccessorBindingAccessor
getAccessor()
Gets the accessor.Date
getCreatedAt()
Gets the createdAt.String
getHref()
Gets the href.String
getId()
Gets the id.String
getLifecycleState()
Gets the lifecycleState.String
getResourceType()
Gets the resourceType.
-
-
-
Method Detail
-
getAccessor
public ShareAccessorBindingAccessor getAccessor()
Gets the accessor. The accessor for this share accessor binding. The resources supported by this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the accessor
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the share accessor binding was created.- Returns:
- the createdAt
-
getHref
public String getHref()
Gets the href. The URL for this share accessor binding.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this share accessor binding.- Returns:
- the id
-
getLifecycleState
public String getLifecycleState()
Gets the lifecycleState. The lifecycle state of the file share accessor binding.- Returns:
- the lifecycleState
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
-