PacketCoreControlPlaneVersionPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. mobilenetwork. fluent. models. PacketCoreControlPlaneVersionPropertiesFormat
- com.
Implements
public final class PacketCoreControlPlaneVersionPropertiesFormat
implements JsonSerializable<PacketCoreControlPlaneVersionPropertiesFormat>
Packet core control plane version properties.
Constructor Summary
| Constructor | Description |
|---|---|
| PacketCoreControlPlaneVersionPropertiesFormat() |
Creates an instance of Packet |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Packet |
fromJson(JsonReader jsonReader)
Reads an instance of Packet |
| List<Platform> |
platforms()
Get the platforms property: Platform specific packet core control plane version properties. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Packet |
withPlatforms(List<Platform> platforms)
Set the platforms property: Platform specific packet core control plane version properties. |
Methods inherited from java.lang.Object
Constructor Details
PacketCoreControlPlaneVersionPropertiesFormat
public PacketCoreControlPlaneVersionPropertiesFormat()
Creates an instance of PacketCoreControlPlaneVersionPropertiesFormat class.
Method Details
fromJson
public static PacketCoreControlPlaneVersionPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of PacketCoreControlPlaneVersionPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
platforms
public List<Platform> platforms()
Get the platforms property: Platform specific packet core control plane version properties.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the packet core control plane version resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPlatforms
public PacketCoreControlPlaneVersionPropertiesFormat withPlatforms(List<Platform> platforms)
Set the platforms property: Platform specific packet core control plane version properties.
Parameters:
Returns: