165 строки
13 KiB
YAML
165 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.Resources"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources"
|
|
name: "Resources"
|
|
nameWithType: "Resources"
|
|
summary: "The resources of the network function component."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **Resources**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.Resources()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.Resources()"
|
|
name: "Resources()"
|
|
nameWithType: "Resources.Resources()"
|
|
summary: "Creates an instance of Resources class."
|
|
syntax: "public Resources()"
|
|
desc: "Creates an instance of Resources class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.daemonSets()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.daemonSets()"
|
|
name: "daemonSets()"
|
|
nameWithType: "Resources.daemonSets()"
|
|
summary: "Get the daemon<wbr>Sets property: Daemonsets related to component resource."
|
|
syntax: "public List<DaemonSet> daemonSets()"
|
|
desc: "Get the daemonSets property: Daemonsets related to component resource."
|
|
returns:
|
|
description: "the daemonSets value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.DaemonSet?alt=com.azure.resourcemanager.hybridnetwork.models.DaemonSet&text=DaemonSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.deployments()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.deployments()"
|
|
name: "deployments()"
|
|
nameWithType: "Resources.deployments()"
|
|
summary: "Get the deployments property: Deployments that are related to component resource."
|
|
syntax: "public List<Deployment> deployments()"
|
|
desc: "Get the deployments property: Deployments that are related to component resource."
|
|
returns:
|
|
description: "the deployments value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Deployment?alt=com.azure.resourcemanager.hybridnetwork.models.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.pods()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.pods()"
|
|
name: "pods()"
|
|
nameWithType: "Resources.pods()"
|
|
summary: "Get the pods property: Pods related to component resource."
|
|
syntax: "public List<Pod> pods()"
|
|
desc: "Get the pods property: Pods related to component resource."
|
|
returns:
|
|
description: "the pods value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Pod?alt=com.azure.resourcemanager.hybridnetwork.models.Pod&text=Pod\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.replicaSets()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.replicaSets()"
|
|
name: "replicaSets()"
|
|
nameWithType: "Resources.replicaSets()"
|
|
summary: "Get the replica<wbr>Sets property: Replica sets related to component resource."
|
|
syntax: "public List<ReplicaSet> replicaSets()"
|
|
desc: "Get the replicaSets property: Replica sets related to component resource."
|
|
returns:
|
|
description: "the replicaSets value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ReplicaSet?alt=com.azure.resourcemanager.hybridnetwork.models.ReplicaSet&text=ReplicaSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.statefulSets()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.statefulSets()"
|
|
name: "statefulSets()"
|
|
nameWithType: "Resources.statefulSets()"
|
|
summary: "Get the stateful<wbr>Sets property: Stateful sets related to component resource."
|
|
syntax: "public List<StatefulSet> statefulSets()"
|
|
desc: "Get the statefulSets property: Stateful sets related to component resource."
|
|
returns:
|
|
description: "the statefulSets value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.StatefulSet?alt=com.azure.resourcemanager.hybridnetwork.models.StatefulSet&text=StatefulSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.validate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Resources.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.withDaemonSets(java.util.List<com.azure.resourcemanager.hybridnetwork.models.DaemonSet>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.withDaemonSets(List<DaemonSet> daemonSets)"
|
|
name: "withDaemonSets(List<DaemonSet> daemonSets)"
|
|
nameWithType: "Resources.withDaemonSets(List<DaemonSet> daemonSets)"
|
|
summary: "Set the daemon<wbr>Sets property: Daemonsets related to component resource."
|
|
parameters:
|
|
- description: "the daemonSets value to set."
|
|
name: "daemonSets"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.DaemonSet?alt=com.azure.resourcemanager.hybridnetwork.models.DaemonSet&text=DaemonSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Resources withDaemonSets(List<DaemonSet> daemonSets)"
|
|
desc: "Set the daemonSets property: Daemonsets related to component resource."
|
|
returns:
|
|
description: "the Resources object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Resources?alt=com.azure.resourcemanager.hybridnetwork.models.Resources&text=Resources\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.withDeployments(java.util.List<com.azure.resourcemanager.hybridnetwork.models.Deployment>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.withDeployments(List<Deployment> deployments)"
|
|
name: "withDeployments(List<Deployment> deployments)"
|
|
nameWithType: "Resources.withDeployments(List<Deployment> deployments)"
|
|
summary: "Set the deployments property: Deployments that are related to component resource."
|
|
parameters:
|
|
- description: "the deployments value to set."
|
|
name: "deployments"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Deployment?alt=com.azure.resourcemanager.hybridnetwork.models.Deployment&text=Deployment\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Resources withDeployments(List<Deployment> deployments)"
|
|
desc: "Set the deployments property: Deployments that are related to component resource."
|
|
returns:
|
|
description: "the Resources object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Resources?alt=com.azure.resourcemanager.hybridnetwork.models.Resources&text=Resources\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.withPods(java.util.List<com.azure.resourcemanager.hybridnetwork.models.Pod>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.withPods(List<Pod> pods)"
|
|
name: "withPods(List<Pod> pods)"
|
|
nameWithType: "Resources.withPods(List<Pod> pods)"
|
|
summary: "Set the pods property: Pods related to component resource."
|
|
parameters:
|
|
- description: "the pods value to set."
|
|
name: "pods"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Pod?alt=com.azure.resourcemanager.hybridnetwork.models.Pod&text=Pod\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Resources withPods(List<Pod> pods)"
|
|
desc: "Set the pods property: Pods related to component resource."
|
|
returns:
|
|
description: "the Resources object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Resources?alt=com.azure.resourcemanager.hybridnetwork.models.Resources&text=Resources\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.withReplicaSets(java.util.List<com.azure.resourcemanager.hybridnetwork.models.ReplicaSet>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.withReplicaSets(List<ReplicaSet> replicaSets)"
|
|
name: "withReplicaSets(List<ReplicaSet> replicaSets)"
|
|
nameWithType: "Resources.withReplicaSets(List<ReplicaSet> replicaSets)"
|
|
summary: "Set the replica<wbr>Sets property: Replica sets related to component resource."
|
|
parameters:
|
|
- description: "the replicaSets value to set."
|
|
name: "replicaSets"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ReplicaSet?alt=com.azure.resourcemanager.hybridnetwork.models.ReplicaSet&text=ReplicaSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Resources withReplicaSets(List<ReplicaSet> replicaSets)"
|
|
desc: "Set the replicaSets property: Replica sets related to component resource."
|
|
returns:
|
|
description: "the Resources object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Resources?alt=com.azure.resourcemanager.hybridnetwork.models.Resources&text=Resources\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Resources.withStatefulSets(java.util.List<com.azure.resourcemanager.hybridnetwork.models.StatefulSet>)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Resources.withStatefulSets(List<StatefulSet> statefulSets)"
|
|
name: "withStatefulSets(List<StatefulSet> statefulSets)"
|
|
nameWithType: "Resources.withStatefulSets(List<StatefulSet> statefulSets)"
|
|
summary: "Set the stateful<wbr>Sets property: Stateful sets related to component resource."
|
|
parameters:
|
|
- description: "the statefulSets value to set."
|
|
name: "statefulSets"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.StatefulSet?alt=com.azure.resourcemanager.hybridnetwork.models.StatefulSet&text=StatefulSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public Resources withStatefulSets(List<StatefulSet> statefulSets)"
|
|
desc: "Set the statefulSets property: Stateful sets related to component resource."
|
|
returns:
|
|
description: "the Resources object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Resources?alt=com.azure.resourcemanager.hybridnetwork.models.Resources&text=Resources\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The resources of the network function component."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|