Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
MountTarget.Builder |
MountTarget.Builder.availabilityDomain(String availabilityDomain)
The availability domain the mount target is in.
|
static MountTarget.Builder |
MountTarget.builder()
Create a new builder.
|
MountTarget.Builder |
MountTarget.Builder.compartmentId(String compartmentId)
The OCID of the
compartment that contains the mount target.
|
MountTarget.Builder |
MountTarget.Builder.copy(MountTarget model) |
MountTarget.Builder |
MountTarget.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
MountTarget.Builder |
MountTarget.Builder.displayName(String displayName)
A user-friendly name.
|
MountTarget.Builder |
MountTarget.Builder.exportSetId(String exportSetId)
The OCID of the
associated export set.
|
MountTarget.Builder |
MountTarget.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
MountTarget.Builder |
MountTarget.Builder.id(String id)
The OCID of the
mount target.
|
MountTarget.Builder |
MountTarget.Builder.idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups.
|
MountTarget.Builder |
MountTarget.Builder.kerberos(Kerberos kerberos) |
MountTarget.Builder |
MountTarget.Builder.ldapIdmap(LdapIdmap ldapIdmap) |
MountTarget.Builder |
MountTarget.Builder.lifecycleDetails(String lifecycleDetails)
Additional information about the current ‘lifecycleState’.
|
MountTarget.Builder |
MountTarget.Builder.lifecycleState(MountTarget.LifecycleState lifecycleState)
The current state of the mount target.
|
MountTarget.Builder |
MountTarget.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
MountTarget.Builder |
MountTarget.Builder.nsgIds(List<String> nsgIds)
A list of Network Security Group
OCIDs
associated with this mount target.
|
MountTarget.Builder |
MountTarget.Builder.observedThroughput(Long observedThroughput)
Current billed throughput for mount target in Gbps.
|
MountTarget.Builder |
MountTarget.Builder.privateIpIds(List<String> privateIpIds)
The OCIDs of the private IP addresses associated with this mount target.
|
MountTarget.Builder |
MountTarget.Builder.requestedThroughput(Long requestedThroughput)
New throughput for mount target at the end of billing cycle in Gbps.
|
MountTarget.Builder |
MountTarget.Builder.reservedStorageCapacity(Long reservedStorageCapacity)
Reserved capacity (GB) associated with this mount target.
|
MountTarget.Builder |
MountTarget.Builder.subnetId(String subnetId)
The OCID of the
subnet the mount target is in.
|
MountTarget.Builder |
MountTarget.Builder.timeBillingCycleEnd(Date timeBillingCycleEnd)
The date and time the mount target current billing cycle will end and next one starts,
expressed in RFC 3339 timestamp format.
|
MountTarget.Builder |
MountTarget.Builder.timeCreated(Date timeCreated)
The date and time the mount target was created, expressed in RFC
3339 timestamp format.
|
MountTarget.Builder |
MountTarget.toBuilder() |
Copyright © 2016–2024. All rights reserved.