BmcKeySetPatchParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. BmcKeySetPatchParameters
- com.
Implements
public final class BmcKeySetPatchParameters
implements JsonSerializable<BmcKeySetPatchParameters>
BmcKeySetPatchParameters represents the body of the request to patch the baseboard management controller key set.
Constructor Summary
| Constructor | Description |
|---|---|
| BmcKeySetPatchParameters() |
Creates an instance of Bmc |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
expiration()
Get the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers. |
|
static
Bmc |
fromJson(JsonReader jsonReader)
Reads an instance of Bmc |
| Map<String,String> |
tags()
Get the tags property: The Azure resource tags that will replace the existing ones. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Key |
userList()
Get the user |
| void |
validate()
Validates the instance. |
|
Bmc |
withExpiration(OffsetDateTime expiration)
Set the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers. |
|
Bmc |
withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones. |
|
Bmc |
withUserList(List<KeySetUser> userList)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
BmcKeySetPatchParameters
public BmcKeySetPatchParameters()
Creates an instance of BmcKeySetPatchParameters class.
Method Details
expiration
public OffsetDateTime expiration()
Get the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers.
Returns:
fromJson
public static BmcKeySetPatchParameters fromJson(JsonReader jsonReader)
Reads an instance of BmcKeySetPatchParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: The Azure resource tags that will replace the existing ones.
Returns:
toJson
userList
public List<KeySetUser> userList()
Get the userList property: The unique list of permitted users.
Returns:
validate
public void validate()
Validates the instance.
withExpiration
public BmcKeySetPatchParameters withExpiration(OffsetDateTime expiration)
Set the expiration property: The date and time after which the users in this key set will be removed from the baseboard management controllers.
Parameters:
Returns:
withTags
public BmcKeySetPatchParameters withTags(Map<String,String> tags)
Set the tags property: The Azure resource tags that will replace the existing ones.
Parameters:
Returns:
withUserList
public BmcKeySetPatchParameters withUserList(List<KeySetUser> userList)
Set the userList property: The unique list of permitted users.
Parameters:
Returns: