NodePoolAdministratorConfigurationPatch Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. NodePoolAdministratorConfigurationPatch
- com.
Implements
public final class NodePoolAdministratorConfigurationPatch
implements JsonSerializable<NodePoolAdministratorConfigurationPatch>
NodePoolAdministratorConfigurationPatch represents the patching capabilities for the administrator configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| NodePoolAdministratorConfigurationPatch() |
Creates an instance of Node |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Node |
fromJson(JsonReader jsonReader)
Reads an instance of Node |
|
List<Ssh |
sshPublicKeys()
Get the ssh |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Node |
withSshPublicKeys(List<SshPublicKey> sshPublicKeys)
Set the ssh |
Methods inherited from java.lang.Object
Constructor Details
NodePoolAdministratorConfigurationPatch
public NodePoolAdministratorConfigurationPatch()
Creates an instance of NodePoolAdministratorConfigurationPatch class.
Method Details
fromJson
public static NodePoolAdministratorConfigurationPatch fromJson(JsonReader jsonReader)
Reads an instance of NodePoolAdministratorConfigurationPatch from the JsonReader.
Parameters:
Returns:
Throws:
sshPublicKeys
public List<SshPublicKey> sshPublicKeys()
Get the sshPublicKeys property: SshPublicKey represents the public key used to authenticate with a resource through SSH.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSshPublicKeys
public NodePoolAdministratorConfigurationPatch withSshPublicKeys(List<SshPublicKey> sshPublicKeys)
Set the sshPublicKeys property: SshPublicKey represents the public key used to authenticate with a resource through SSH.
Parameters:
Returns: