ControllerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devspaces. fluent. models. ControllerProperties
- com.
Implements
public final class ControllerProperties
implements JsonSerializable<ControllerProperties>
The ControllerProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| ControllerProperties() |
Creates an instance of Controller |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataPlaneFqdn()
Get the data |
|
static
Controller |
fromJson(JsonReader jsonReader)
Reads an instance of Controller |
| String |
hostSuffix()
Get the host |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
targetContainerHostApiServerFqdn()
Get the target |
| String |
targetContainerHostCredentialsBase64()
Get the target |
| String |
targetContainerHostResourceId()
Get the target |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Controller |
withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)
Set the target |
|
Controller |
withTargetContainerHostResourceId(String targetContainerHostResourceId)
Set the target |
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:
fromJson
public static ControllerProperties fromJson(JsonReader jsonReader)
Reads an instance of ControllerProperties from the JsonReader.
Parameters:
Returns:
Throws:
hostSuffix
public String hostSuffix()
Get the hostSuffix property: DNS suffix for public endpoints running in the Azure Dev Spaces Controller.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the Azure Dev Spaces Controller.
Returns:
targetContainerHostApiServerFqdn
public String targetContainerHostApiServerFqdn()
Get the targetContainerHostApiServerFqdn property: DNS of the target container host's API server.
Returns:
targetContainerHostCredentialsBase64
public String targetContainerHostCredentialsBase64()
Get the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
Returns:
targetContainerHostResourceId
public String targetContainerHostResourceId()
Get the targetContainerHostResourceId property: Resource ID of the target container host.
Returns:
toJson
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:
Returns:
withTargetContainerHostResourceId
public ControllerProperties withTargetContainerHostResourceId(String targetContainerHostResourceId)
Set the targetContainerHostResourceId property: Resource ID of the target container host.
Parameters:
Returns: