public static class UpdateMountTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMountTargetDetails |
build() |
UpdateMountTargetDetails.Builder |
copy(UpdateMountTargetDetails model) |
UpdateMountTargetDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateMountTargetDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
UpdateMountTargetDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
UpdateMountTargetDetails.Builder |
idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.
|
UpdateMountTargetDetails.Builder |
kerberos(UpdateKerberosDetails kerberos) |
UpdateMountTargetDetails.Builder |
ldapIdmap(UpdateLdapIdmapDetails ldapIdmap) |
UpdateMountTargetDetails.Builder |
nsgIds(List<String> nsgIds)
A list of Network Security Group
OCIDs
associated with this mount target.
|
public UpdateMountTargetDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My mount target
displayName
- the value to setpublic UpdateMountTargetDetails.Builder idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.
idmapType
- the value to setpublic UpdateMountTargetDetails.Builder ldapIdmap(UpdateLdapIdmapDetails ldapIdmap)
public UpdateMountTargetDetails.Builder nsgIds(List<String> nsgIds)
A list of Network Security Group OCIDs associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see Security Rules.
nsgIds
- the value to setpublic UpdateMountTargetDetails.Builder kerberos(UpdateKerberosDetails kerberos)
public UpdateMountTargetDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic UpdateMountTargetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateMountTargetDetails build()
public UpdateMountTargetDetails.Builder copy(UpdateMountTargetDetails model)
Copyright © 2016–2024. All rights reserved.