ControllerProperties Class

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

Implements

public final class ControllerProperties
implements JsonSerializable<ControllerProperties>

The ControllerProperties model.

Constructor Summary

Constructor Description
ControllerProperties()

Creates an instance of ControllerProperties class.

Method Summary

Modifier and Type Method and Description
String dataPlaneFqdn()

Get the dataPlaneFqdn property: DNS name for accessing DataPlane services.

static ControllerProperties fromJson(JsonReader jsonReader)

Reads an instance of ControllerProperties from the JsonReader.

String hostSuffix()

Get the hostSuffix property: DNS suffix for public endpoints running in the Azure Dev Spaces Controller.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the Azure Dev Spaces Controller.

String targetContainerHostApiServerFqdn()

Get the targetContainerHostApiServerFqdn property: DNS of the target container host's API server.

String targetContainerHostCredentialsBase64()

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

String targetContainerHostResourceId()

Get the targetContainerHostResourceId property: Resource ID of the target container host.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ControllerProperties withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

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

ControllerProperties withTargetContainerHostResourceId(String targetContainerHostResourceId)

Set the targetContainerHostResourceId property: Resource ID of the target container host.

Methods inherited from java.lang.Object

Constructor Details

ControllerProperties

public ControllerProperties()

Creates an instance of ControllerProperties class.

Method Details

dataPlaneFqdn

public String dataPlaneFqdn()

Get the dataPlaneFqdn property: DNS name for accessing DataPlane services.

Returns:

the dataPlaneFqdn value.

fromJson

public static ControllerProperties fromJson(JsonReader jsonReader)

Reads an instance of ControllerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

hostSuffix

public String hostSuffix()

Get the hostSuffix property: DNS suffix for public endpoints running in the Azure Dev Spaces Controller.

Returns:

the hostSuffix value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the Azure Dev Spaces Controller.

Returns:

the provisioningState value.

targetContainerHostApiServerFqdn

public String targetContainerHostApiServerFqdn()

Get the targetContainerHostApiServerFqdn property: DNS of the target container host's API server.

Returns:

the targetContainerHostApiServerFqdn value.

targetContainerHostCredentialsBase64

public String targetContainerHostCredentialsBase64()

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

Returns:

the targetContainerHostCredentialsBase64 value.

targetContainerHostResourceId

public String targetContainerHostResourceId()

Get the targetContainerHostResourceId property: Resource ID of the target container host.

Returns:

the targetContainerHostResourceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTargetContainerHostCredentialsBase64

public ControllerProperties withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

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

Parameters:

targetContainerHostCredentialsBase64 - the targetContainerHostCredentialsBase64 value to set.

Returns:

the ControllerProperties object itself.

withTargetContainerHostResourceId

public ControllerProperties withTargetContainerHostResourceId(String targetContainerHostResourceId)

Set the targetContainerHostResourceId property: Resource ID of the target container host.

Parameters:

targetContainerHostResourceId - the targetContainerHostResourceId value to set.

Returns:

the ControllerProperties object itself.

Applies to