ContainerHostMappingInner Class
- java.
lang. Object - com.
azure. resourcemanager. devspaces. fluent. models. ContainerHostMappingInner
- com.
Implements
public final class ContainerHostMappingInner
implements JsonSerializable<ContainerHostMappingInner>
Container host mapping object specifying the Container host resource ID and its associated Controller resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ContainerHostMappingInner() |
Creates an instance of Container |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
containerHostResourceId()
Get the container |
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| String |
mappedControllerResourceId()
Get the mapped |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Container |
withContainerHostResourceId(String containerHostResourceId)
Set the container |
Methods inherited from java.lang.Object
Constructor Details
ContainerHostMappingInner
public ContainerHostMappingInner()
Creates an instance of ContainerHostMappingInner class.
Method Details
containerHostResourceId
public String containerHostResourceId()
Get the containerHostResourceId property: ARM ID of the Container Host resource.
Returns:
fromJson
public static ContainerHostMappingInner fromJson(JsonReader jsonReader)
Reads an instance of ContainerHostMappingInner from the JsonReader.
Parameters:
Returns:
Throws:
mappedControllerResourceId
public String mappedControllerResourceId()
Get the mappedControllerResourceId property: ARM ID of the mapped Controller resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withContainerHostResourceId
public ContainerHostMappingInner withContainerHostResourceId(String containerHostResourceId)
Set the containerHostResourceId property: ARM ID of the Container Host resource.
Parameters:
Returns: