ControllerUpdateParametersProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devspaces.fluent.models.ControllerUpdateParametersProperties

Implements

public final class ControllerUpdateParametersProperties
implements JsonSerializable<ControllerUpdateParametersProperties>

The ControllerUpdateParametersProperties model.

Constructor Summary

Constructor Description
ControllerUpdateParametersProperties()

Creates an instance of ControllerUpdateParametersProperties class.

Method Summary

Modifier and Type Method and Description
static ControllerUpdateParametersProperties fromJson(JsonReader jsonReader)

Reads an instance of ControllerUpdateParametersProperties from the JsonReader.

String targetContainerHostCredentialsBase64()

Get the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ControllerUpdateParametersProperties withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

Set the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).

Methods inherited from java.lang.Object

Constructor Details

ControllerUpdateParametersProperties

public ControllerUpdateParametersProperties()

Creates an instance of ControllerUpdateParametersProperties class.

Method Details

fromJson

public static ControllerUpdateParametersProperties fromJson(JsonReader jsonReader)

Reads an instance of ControllerUpdateParametersProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ControllerUpdateParametersProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ControllerUpdateParametersProperties.

targetContainerHostCredentialsBase64

public String targetContainerHostCredentialsBase64()

Get the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).

Returns:

the targetContainerHostCredentialsBase64 value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTargetContainerHostCredentialsBase64

public ControllerUpdateParametersProperties withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

Set the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).

Parameters:

targetContainerHostCredentialsBase64 - the targetContainerHostCredentialsBase64 value to set.

Returns:

the ControllerUpdateParametersProperties object itself.

Applies to